home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
misc
/
avmnfaxsrc1_33.lha
/
timer_proto.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-25
|
476b
|
18 lines
/* $Header: pd:zvmrcs/timer_proto.h,v 1.1 1993/04/07 18:46:56 rvillari Exp $ */
#ifndef _TIMER_PROTO_H
#define _TIMER_PROTO_H
/* Timer i/o routines */
#include <devices/timer.h>
/* timer functions */
struct timerequest *PrepareTimer();
void DeleteTimer(struct timerequest*);
void StartTimer(struct timerequest*, ULONG seconds, ULONG microseconds);
void EndTimer(struct timerequest*);
ULONG TimerSignal(struct timerequest*);
struct timerequest * PrepareTimer(void);
#endif